home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
wb
/
czesc_4
/
vark15
/
utils a-o
/
happyenv.lha
/
happyenv
/
extras
/
DosPackets
next >
Wrap
Text File
|
1996-06-18
|
2KB
|
43 lines
0 ACTION_NIL () -> true
5 ACTION_DIE () -> success
7 ACTION_CURRENT_VOLUME () -> BPTR volume
8 ACTION_LOCATE_OBJECT (dirlock, BSTR name, LONG mode) -> lock
9 ACTION_RENAME_DISK (BSTR name) -> success
15 ACTION_FREE_LOCK (lock) -> success
16 ACTION_DELETE_OBJECT (dirlock, BSTR name) -> success
17 ACTION_RENAME_OBJECT (from dirlock, BSTR from name, to dirlock, BSTR to name) -> success
19 ACTION_COPY_DIR (lock) -> lock
21 ACTION_SET_PROTECT (unused, dirlock, BSTR name, LONG protection mask) -> success
22 ACTION_CREATE_DIR (dirlock, BSTR name, optional attributes) -> lock
23 ACTION_EXAMINE_OBJECT (lock, BPTR file info block) -> success
24 ACTION_EXAMINE_NEXT (lock, BPTR file info block) -> success
25 ACTION_DISK_INFO (BPTR buffer) -> success
26 ACTION_INFO (lock, BPTR buffer) -> success
27 ACTION_FLUSH () -> success
28 ACTION_SET_COMMENT (unused, dirlock, BSTR name, BSTR comment) -> success
29 ACTION_PARENT (lock) -> lock
31 ACTION_INHIBIT (LONG mode) -> success
34 ACTION_SET_DATE (unused, dirlock, BSTR name, APTR datestamp) -> success
40 ACTION_SAME_LOCK (lock1, lock2) -> LOCK_SAME or LOCK_SAME_VOLUME
82 ACTION_READ (fh_Arg1, APTR buffer, LONG length) -> LONG bytes read
87 ACTION_WRITE (fh_Arg1, APTR buffer, LONG length) -> LONG bytes written
1004 ACTION_FINDUPDATE (filehandle, lock, BSTR name) -> success
1005 ACTION_FINDINPUT (filehandle, lock, BSTR name) -> success
1006 ACTION_FINDOUTPUT (filehandle, lock, BSTR name) -> success
1007 ACTION_END (fh_Arg1) -> success
1008 ACTION_SEEK (fh_Arg1, LONG position, LONG mode) -> LONG old position
1020 ACTION_FORMAT (
1021 ACTION_MAKE_LINK (
1022 ACTION_SET_FILE_SIZE (fh_Arg1, LONG position, LONG mode) -> LONG new size
1023 ACTION_WRITE_PROTECT (LONG mode) -> success
1024 ACTION_READ_LINK (
1026 ACTION_FH_FROM_LOCK (filehandle, lock) -> success
1027 ACTION_IS_FILESYSTEM () -> true if filesystem
1028 ACTION_CHANGE_MODE (LONG type, lock or fh_Arg1, LONG new mode) -> success
1030 ACTION_COPY_DIR_FH (fh_Arg1) -> lock
1031 ACTION_PARENT_FH (fh_Arg1) -> lock
1034 ACTION_EXAMINE_FH (filehandle, BPTR file info block) -> success
4097 ACTION_ADD_NOTIFY (notify request) -> success
4098 ACTION_REMOVE_NOTIFY (notify request) -> success